home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Remotes / Source / GNULicense.h < prev    next >
Encoding:
Text File  |  1992-09-22  |  225 b   |  16 lines

  1. // Note: the interface to this object is NOT copyrighted, but the
  2. // implementation is.
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface GNULicense:Object
  7. {
  8.     id    gnuPanel;
  9. }
  10.  
  11. - init;
  12. - showLicense:sender;
  13. - setGnuPanel:anObject;
  14.  
  15. @end
  16.